翻訳と辞書
Words near each other
・ Instant Sunshine (disambiguation)
・ Instant Tax Service
・ Instant Vintage
・ Instant WebKiosk
・ Instant Wigwam and Igloo Mixture
・ Instant Winner
・ Instant-boiled mutton
・ Instant-Dict
・ Instant-off
・ Instant-on
・ Instant-runoff voting
・ Instant-runoff voting in the United States
・ InstantAction
・ Instantaneous phase
・ Instantaneous wave-free ratio
Instantaneously trained neural networks
・ Instantatlas
・ Instantbird
・ InstantGo
・ Instantiation
・ Instantiation principle
・ Instanton
・ Instanton fluid
・ Instapaper
・ Instaphone
・ Instapundit
・ Instar
・ Instart Logic
・ Instauration
・ Instax


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Instantaneously trained neural networks : ウィキペディア英語版
Instantaneously trained neural networks
Instantaneously trained neural networks are feedforward artificial neural networks that create a new hidden neuron node for each novel training sample. The weights to this hidden neuron separate out not only this training sample but others that are near it, thus providing generalization.〔Kak, S. On training feedforward neural networks. Pramana, vol. 40, pp. 35-42, 1993〕〔Kak, S. New algorithms for training feedforward neural networks. Pattern Recognition Letters 15: 295-298, 1994.〕 This training can be done in a variety of ways and the most popular network in this family is called the CC4 network where the separation is done using the nearest hyperplane that can be written down instantaneously. These networks use unary coding for an effective representation of the data sets.〔Kak, S. On generalization by neural networks, Information Sciences 111: 293-302, 1998.〕
Instantaneously trained neural networks have been proposed as models of short term learning and used in web search, and financial time series prediction applications.〔Kak, S. Faster web search and prediction using instantaneously trained neural networks. IEEE Intelligent Systems 14: 79-82, November/December 1999.〕 They have also been used in instant classification of documents〔Zhang, Z. et al., TextCC: New feedforward neural network for classifying documents instantly. Advances in Neural Networks ISNN 2005. Lecture Notes in Computer Science 3497: 232-237, 2005.〕 and for deep learning and data mining.〔Zhang, Z. et al., Document Classification Via TextCC Based on Stereographic Projection and for deep learning, International Conference on Machine Learning and Cybernetics, Dalin, 2006〕〔Schmidhuber, J. Deep Learning in Neural Networks: An Overview, arXiv:1404.7828, 2014 http://arxiv.org/abs/1404.7828〕
As in other neural networks, their normal use is as software, but they have also been implemented in hardware using FPGAs〔Zhu, J. and G. Milne, Implementing Kak Neural Networks on a Reconfigurable Computing Platform, Lecture Notes in Computer Science Volume 1896: 260-269, 2000.〕 and by optical implementation.〔Shortt, A., J.G. Keating, L. Moulinier, C.N. Pannell, Optical implementation of the Kak neural network, Information Sciences 171: 273-287, 2005.〕
==CC4 network==

In the CC4 network, which is a three-stage network, the number of input nodes is one more than the size of the training vector, with the extra node serving as the biasing node whose input is always 1. For binary input vectors, the weights from the input nodes to the hidden neuron (say of index j) corresponding to the trained vector is given by the following formula:
:w_ = \begin
-1, & \mbox x_i = 0\\
+1, & \mbox x_i = 1\\
r+s-1, & \mbox i = n+1
\end
where r is the radius of generalization and s is the Hamming weight (the number of 1s) of the binary sequence. From the hidden layer to the output layer the weights are 1 or -1 depending on whether the vector belongs to a given output class or not. The neurons in the hidden and output layers output 1 if the weighted sum to the input is 0 or positive and 0, if the weighted sum to the input is negative:
:y = \left\ \sum x_i \ge 0\\ 0 & \mbox \sum x_i< 0\end \right.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Instantaneously trained neural networks」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.